home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / Code / LIB / _be548.as next >
Encoding:
Text File  |  2010-05-14  |  1.2 KB  |  58 lines

  1. package Code.LIB
  2. {
  3.    import flash.display.Sprite;
  4.    
  5.    public class _be548 extends Sprite
  6.    {
  7.       public function _be548()
  8.       {
  9.          super();
  10.       }
  11.       
  12.       public function _xe768(param1:Number, param2:Number) : void
  13.       {
  14.          this._vq458 = param1;
  15.          this._vg471 = param2;
  16.       }
  17.       
  18.       public function get _vq458() : Number
  19.       {
  20.          return this.x / _rs402._oy577;
  21.       }
  22.       
  23.       public function get _vr308() : Number
  24.       {
  25.          return this.height / _rs402._oy577;
  26.       }
  27.       
  28.       public function _ck569() : void
  29.       {
  30.          while(numChildren > 0)
  31.          {
  32.             this.removeChildAt(0);
  33.          }
  34.       }
  35.       
  36.       public function set _vg471(param1:Number) : void
  37.       {
  38.          this.y = param1 * _rs402._oy577;
  39.       }
  40.       
  41.       public function set _vq458(param1:Number) : void
  42.       {
  43.          this.x = param1 * _rs402._oy577;
  44.       }
  45.       
  46.       public function get _vg471() : Number
  47.       {
  48.          return this.y / _rs402._oy577;
  49.       }
  50.       
  51.       public function get _ei743() : Number
  52.       {
  53.          return this.width / _rs402._oy577;
  54.       }
  55.    }
  56. }
  57.  
  58.